HipWordWrapRange

Undocumented in source.

Constructors

this
this(dstring inputText, IHipFont font, int maxWidth)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
HipLineInfo front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()

Every time it pops the front, it will search for words. Words are defined as text delimited by spaces. If a word is bigger than the max width, it will be cutten and the word will spam through multiple lines.

Meta